Index

api/v1/projects/{projectno}/comments

Path: api/v1/projects/{projectno}/comments

This API is JSON:API compliant.

This endpoint supports the following methods:
GET POST PATCH

The resource type for this endpoint is ProjectComment
The identifier is projectno-lineid

The ProjectComment resource type attributes are as follows:

{
"status":string (read-only)
"comment":string
"modifyInit":string (read-only)
The modification date and time of the comment in ISO date time format. Timezone is the timezone of the Jim2 server.
"modifyDate":string (read-only)
}